home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / tutorials / custEducation / opengl1 / demos / Tutorials / Transforms < prev   
Encoding:
Text File  |  1996-11-11  |  789 b   |  37 lines

  1. ! Enable sgiMode
  2.  
  3. *sgiMode: True
  4.  
  5. ! Enable tear-off menus
  6.  
  7. *tearOffModel:          TEAR_OFF_ENABLED
  8.  
  9. ! Set initial location
  10.  
  11. Ortho2D.geometry: +100+100
  12.  
  13. *frame.shadowType: SHADOW_IN
  14.  
  15. ! File menu
  16.  
  17. *menubar*filemenu.labelString: File
  18. *menubar*filemenu.mnemonic: F
  19. *menubar*filemenu*button_0.labelString: Exit
  20. *menubar*filemenu*button_0.mnemonic: x
  21.  
  22. ! Help menu
  23.  
  24. *menubar*helpmenu.labelString: Help
  25. *menubar*helpmenu.mnemonic: H
  26. *menubar*helpmenu*button_0.labelString: On Version
  27. *menubar*helpmenu*button_0.mnemonic: V
  28.  
  29. ! Popup menu
  30.  
  31. *popup*popup_title.labelString: Transformations
  32. *popup*button_0.labelString:     glRotatef()
  33. *popup*button_1.labelString:     glScalef()
  34. *popup*button_2.labelString:     glTranslatef()
  35. *popup*button_3.labelString:     Reset Parameters
  36. *popup*button_4.labelString:     Exit
  37.